home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
PRINTER
/
LBLMKR70.ARJ
/
LBLFDSET.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-03-07
|
2KB
|
53 lines
cls
echo off
echo Be sure that the hard disk is the default drive
echo
echo WARNING The hard disk must be the current drive. If it is not, the
echo installation will not be performed properly. Check to be
echo sure the screen displays the correct prompt for whichever
echo letter designates your hard disk, not A.
pause
cls
echo *
echo ----------L A B E L M A K E R 7.05----------
echo Copyright (c) Fort's Faceting, 1984-1992
echo *
echo Creating a subdirectory on your hard disk.
md \lblmaker
cd \lblmaker
echo *
echo The subdirectory \LBLMAKER has been created on your hard disk.
echo *
echo Copying EIGHT files to your hard disk.
copy %1lbl.bat >nul
if not exist LBL.BAT goto abort
copy %1lblcount.dat >nul
if not exist LBLCOUNT.DAT goto abort
copy %1lbldlib.exe >nul
if not exist LBLDLIB.EXE goto abort
copy %1lbldstat.exe >nul
if not exist LBLDSTAT.EXE goto abort
copy %1lblins70.exe >nul
if not exist LBLINS70.EXE goto abort
copy %1lblmkr70.doc >nul
if not exist LBLMKR70.DOC goto abort
copy %1lblrun70.exe >nul
if not exist LBLRUN70.EXE goto abort
copy %1lblfonts.jep >nul
if not exist LBLFONTS.JEP goto abort
dir
echo *
echo Remove the original program disk from Drive %1 and place it in a safe place
echo *
echo Your default drive should be the subdirectory you just created
echo and
echo The disk to be labeled goes in Drive B
echo *
goto end
:abort
echo ***************************************
echo * INSTALLATION PROGRAM HAS FAILED *
echo * CHECK THE SPACE ON YOUR DISK *
echo ***************************************
:end